projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e86af
)
(search_magic_path): Fix colon-colon case.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Nov 1993 03:23:05 +0000
(
03:23
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Nov 1993 03:23:05 +0000
(
03:23
+0000)
src/xrdb.c
patch
|
blob
|
history
diff --git
a/src/xrdb.c
b/src/xrdb.c
index 354d38a52b4d03e3f3f277769e7ce66cd8427de7..4c80d05553602c4543a6d69dea834e2f1b1ec0b2 100644
(file)
--- a/
src/xrdb.c
+++ b/
src/xrdb.c
@@
-348,7
+348,8
@@
search_magic_path (search_path, class, escaped_suffix, suffix)
if (path)
return path;
- s = p + 1;
+ /* Skip the first colon. */
+ p++;
continue;
}